请帮忙翻译下```

来源:百度知道 编辑:UC知道 时间:2024/05/13 09:05:07
Were next_seq initialized to false, the statement block would not be
executed. The nested while loop allowing our user multiple guesses
behaves similarly.

A loop can be terminated within the body of its code sequence by the
execution of a break statement. In the following code fragment, for
example, the while loop executes until tries_cnt equals max_tries. If the
user guesses the correct answer, however, the loop is terminated using
the break statement:

是next_seq 初始化对假, 声明块不会是
执行。被筑巢当圈允许我们的用户倍数猜测
相似地表现。

圈可能被终止在它的代码序列之内身体由
断裂声明的施行。在以下代码片段, 为
例子, 一会儿圈执行直到tries_cnt 合计max_tries 。如果
用户猜测正确答复, 然而, 圈被终止使用
断裂声明:
真难翻译-------------